RouteDiscoveryOrBuilder

interface RouteDiscoveryOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getRoute(index: Int): Int

The list of nodenums this packet has visited so far to the destination.
repeated fixed32 route = 1;
Link copied to clipboard
abstract fun getRouteBack(index: Int): Int

The list of nodenums the packet has visited on the way back from the destination.
repeated fixed32 route_back = 3;
Link copied to clipboard
abstract fun getRouteBackCount(): Int

The list of nodenums the packet has visited on the way back from the destination.
repeated fixed32 route_back = 3;
Link copied to clipboard
abstract fun getRouteBackList(): List<Integer>

The list of nodenums the packet has visited on the way back from the destination.
repeated fixed32 route_back = 3;
Link copied to clipboard
abstract fun getRouteCount(): Int

The list of nodenums this packet has visited so far to the destination.
repeated fixed32 route = 1;
Link copied to clipboard
abstract fun getRouteList(): List<Integer>

The list of nodenums this packet has visited so far to the destination.
repeated fixed32 route = 1;
Link copied to clipboard
abstract fun getSnrBack(index: Int): Int

The list of SNRs (in dB, scaled by 4) in the route back from the destination.
repeated int32 snr_back = 4;
Link copied to clipboard
abstract fun getSnrBackCount(): Int

The list of SNRs (in dB, scaled by 4) in the route back from the destination.
repeated int32 snr_back = 4;
Link copied to clipboard
abstract fun getSnrBackList(): List<Integer>

The list of SNRs (in dB, scaled by 4) in the route back from the destination.
repeated int32 snr_back = 4;
Link copied to clipboard
abstract fun getSnrTowards(index: Int): Int

The list of SNRs (in dB, scaled by 4) in the route towards the destination.
repeated int32 snr_towards = 2;
Link copied to clipboard
abstract fun getSnrTowardsCount(): Int

The list of SNRs (in dB, scaled by 4) in the route towards the destination.
repeated int32 snr_towards = 2;
Link copied to clipboard
abstract fun getSnrTowardsList(): List<Integer>

The list of SNRs (in dB, scaled by 4) in the route towards the destination.
repeated int32 snr_towards = 2;